home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
In Focus Guide to Better Photography
/
In Focus Guide to Better Photography.iso
/
port.dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-07
|
283 b
|
10 lines
global sndPath, gIntroTimeList, gIntroWhichPhoto
on exitFrame
set gIntroTimeList to list(0, 6.0, 14.5, 22.0, 27.5, 31.0, 42.0, 49.0, 62.0, 73.0)
set gIntroTimeList to gIntroTimeList * 60
set gIntroWhichPhoto to 1
sound playFile 2, sndPath & "studio.aif"
updateStage()
end